home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / base / scripts / DefineSprite_6 / frame_73 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  226 b   |  15 lines

  1. if(loadOnFocus eq "1")
  2. {
  3.    loadOnFocus = "0";
  4.    tellTarget("_level0/loader")
  5.    {
  6.       gotoAndStop("loadmodule");
  7.       play();
  8.    }
  9. }
  10. else if(callOnFocus ne "")
  11. {
  12.    call(callOnFocus);
  13.    callOnFocus = "";
  14. }
  15.